/* main */


.flex{
    display: flex;
    justify-content: space-around;
    font-size: 2em;
}

.gdlr-icon{
    margin-left: 0.1rem;
}

.gdlr-button{
    width:40%;
    border-radius: 20px;
    background-color: #d39c16;
}

.half{
    width:50%;
}

a:hover{
    transition: 0.3s;
    transform: scale(1.1);
}
.ms-parent-id-4 > .master-slider {
 background: #fff;
}

.VIpgJd-ZVi9od-ORHb{
    display: none;
}

/*header*/
.gdlr-logo{
    padding-top: 1.5vw;
    margin: 0;
    width: 15vw;
    height: auto;
}
.body-wrapper.gdlr-header-transparent .gdlr-header-wrapper {
    transition: 1s;
    position: fixed;
    background: #ab967d4a;
    border-bottom: 2px inset black;
   
}


.gdlr-navigation-wrapper {
    margin-top: 3w;
}








#gdlr-responsive-navigation.dl-menuwrapper button:hover, #gdlr-responsive-navigation.dl-menuwrapper button.dl-active, #gdlr-responsive-navigation.dl-menuwrapper ul {
    background-color: #ab967d4a;
}

.dl-trigger{
    background:#ab967d4a;
}

#menu-main-menu{
    transition: 1s;
    background-color: #ab967d4a;
}

.dl-menuwrapper li a{
    font-size: 3vw;
    padding:15px
}

#gdlr-responsive-navigation.dl-menuwrapper button {
    background-color: transparent;
}

.gdlr-header-container{
    vertical-align:baseline;
    text-align: center;
    padding:1vw;
    
}

@media only screen and (max-width: 767px){
body .container {
    flex-direction: column;
}

}

@media only screen and (max-width: 959px){
.body-wrapper.gdlr-header-transparent .gdlr-page-title-wrapper {
    padding-top:30vw; 
}
.gdlr-page-title-wrapper{
    padding-bottom:0;
}
}





/* Footer */

.footer-wrapper {
    background-color: rgb(171, 150, 125);
    color:#ffffff
}

footer{
    margin-top: 2.5rem;
}

element.style {
    margin-right: 10px;
}
.footer-wrapper a {
    color: #ffffff;
}

/*contactform*/

#plus{

    display: none;
}

#booking-title{
    font-family: 'Old Standard TT', serif;
    letter-spacing: 1.5px;

    font-size: 30px;
    z-index: 5;

    color: #000;
}

#booking-form{
    z-index: 10;

}
@media screen and (min-width:1200px) {
    #booking-form{
        position: absolute;
        top: 14vh;
        left: 20vw;
    } 
    .booking-wrapper{
        padding: 3em;
    }
    #booking-title{
        font-size: 6.5em;
        position: absolute;
        top:44px;
        left:30px;
    }
    #plus {
        z-index: 5;
        color: #000;
        font-size: 30px;
        font-weight: 250px;
        display: block;
        position: absolute;
        top:140px;
        left: 150px;
        font-size: 5.5em;
    }
}
@media screen and (max-width:767.98px) {
    .g-recaptcha {
        transform: scale(.7);
    }
}
@media screen and (min-width:1200px) {
    #content-section-1 {
        min-height: 730px;
    }
}

.booking-wrapper{
    
    background-color: #ffffffb5;
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  border:1px solid black;

border-radius: 20px;
}

.booking-wrapper *{

}



.form-group{
  position: relative;
  width: 40%;
  margin-top: 30px;
  border-bottom: .5px solid #000;
  color: #000;
  
}

@media screen and (min-width:992px) {
    .form-group {
        min-height: 53px;
        display: flex;
        flex-direction: column;
    }

}

.form-control{
  height: 25em;
  height: 100%;
  margin-top: 5px;
  width: 100%;
  font-size:larger;
  color: #000;
  max-width: 90%;
 
 
}

input{
  border: none;
  color: #000;
  background: transparent;
  
  
}
input:focus-visible{
  outline: unset;
}

input[type=date]{
    background: transparent;
}

input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}


input[type=date]:webkit-inner-spin-button {
  display: none;
}

label {
  display: inline;
  float: left;
  font-weight: bold;
}

.booking-submit{
    position: absolute;
    background: #d39c16;
    border-radius: 20px;
    border: 0.5px solid #000;
    color: #fff;
    height: fit-content;
    width: fit-content;
    padding: 10px 30px;
    font-size: 25px;
    bottom: -22.5px;
    right: 40px;
    cursor: pointer;
}

.booking-submit:hover{
    transform: scale(1.05);
    transition: 0.1s;

}

form p{
    text-align: center;
    margin-top: 30px;
}


#room{
    display: none;
}

/*Accordion List */


.faq-list{
    background: linear-gradient(90deg, rgba(150,106,64,1) 15%, rgba(191,169,148,1) 15%, #ab967d4a 100%);
    padding: 1rem;
    border-radius: 3.5rem;
    max-width: 95vw;
}

.faq-list h2{
    margin-left: 20%;
    font-weight: bold;
    color: #000;
    font-size: 2em;
}

.faq-list li{
    transition: 1s;
    margin-left: 15%;
    width: 80%;
}

.faq-list li::marker{
    content: none;
}

.faq-list li h3{
    font-size: 15px;
    margin-left: -4rem;
    color: #874d4d;
    background: #ddcfc2;
    padding: 0.6rem 1em;
    
  
}

.faq-list li h3:hover{
    transform: scale(1.1);
}

.accordion.active{
    transition: 1s;
    transform: scale(1.1);
}




.accordion{
    max-width: 100vw;
    transition: 1s;
    margin-left: -1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    cursor: pointer; 

}

.accordion::before{
    transition: .6s;
    content: "\2794";
    margin-right: 0.2rem;
    font-weight: bold;
    
}

.accordion.active::before{
    transform: rotate(90deg);
} 
.answer{
    font-size: 1em;
    height: 0;
    overflow: hidden;
    margin-left:-1rem;
    color: #454545;
}



.accordion.active + .answer{
    display: flex;
    height: 100%;
}






    /* Wohnungsseite */
    .single .gdlr-room-price .gdlr-tail, .gdlr-classic-room .gdlr-room-price .gdlr-tail, .gdlr-medium-room .gdlr-room-price .gdlr-tail, .gdlr-room-service-unit{
        color:#ab967d ;
    }

.gdlr-icon{
    font-size: 1.2rem;
}



.gdlr-room-info{
    font-size: 20px;
    display: flex;
    align-items: center;
    margin:1rem;
    flex:40%;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


/*Unsere Wohnungen*/




.room-item-holder .gdlr-room-info{
    display: block;
    vertical-align:baseline;

}

/* Staedteliste*/

div:has(>ul.city-list){
    background-color: #987f67;
    padding-left: 3rem;
    padding-top: 15px;
}


.city-list{
font-size: 15px;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}


@media only screen and (max-width: 920px){
    .city-list{
        font-size: 7px;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    
    
    }
    }

    
.city-map{
    width: 80vw;
}

.city-bottom{
    display:flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;

    
}

.city-buttons{
    width: 100%;
    display:flex;
    align-items: stretch;
    justify-content: stretch;
}

.city-buttons a{
    width: 20%;    
    text-align: center;
}


/*Master Slider*/

.ms-parent-id-4 > .master-slider {
    background: url(/images/fotos/slider1.jpg);
    background-size: 100vw 100%;
    background-position: center;
}


/* Responsive Breakpoints */
@media only screen and (max-width: 959px){
    .body-wrapper.gdlr-header-transparent .gdlr-header-wrapper {
        border-bottom: 2px inset black;
        position: fixed;
        background: #ab967d4a;
       
    }
    button.dl-trigger{
        right:10;
    }
}

@media screen and (max-width:760px) {
    .flex{
        flex-direction: column;
    }
    .half{
        width: 100%;
    }
    .contact-buttons {
        flex-direction: row;
    }


        
    }

 

    .form-group{
        width: 100%;
    }
}
/* Mobile oortrait*/
@media only screen and (max-width: 419px) {
    .faq-list{
        width: 95vw;
        background: linear-gradient(90deg, rgba(150,106,64,1) 15%, rgba(191,169,148,1) 15%, rgba(191,169,148,1) 100%);

    }
    .contact-buttons{
        flex-direction: column;
    }

    .booking-wrapper{
        padding:0;
    }

    .form-group{
        width: 80%;
    }

    .city-buttons a{
        font-size: 8px;
    }

    .city-buttons i{
        font-size: 15px;
    }

    .booking-title{
        font-size: 2em;

    }

    #booking-wrapper{
        left: 0;
    }

    .booking-wrapper{
        padding: 10px 5px 10px 5px;
    }

}


/*Mobile Landscape*/
@media only screen and (max-width: 767px) {
    .faq-list{
        width: 100%;
        background: linear-gradient(90deg, rgba(150,106,64,1) 15%, rgba(191,169,148,1) 15%, rgba(191,169,148,1) 100%);

    }

}

/*Übersetzer*/

.ct-topbar {
    max-width: fit-content;
    text-align: right;
    background: transparent;
  }
  .ct-topbar__list {
    margin-bottom: 0px;
  }
  .ct-language__dropdown{
    padding-top: 8px;
    max-height: 0;
    position: absolute;
    overflow-y: scroll;
    top: 110%;
    left: -50%;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 70px;
    text-align: center;
    padding-top: 0;
    z-index:200;
  }
  .ct-language__dropdown li{
      text-align: center;
      background: #ab967d;
      padding: 5px;
  }
  .ct-language__dropdown li a{
      display: block;
  }

  .ct-language__dropdown li:last-child{
      padding-bottom: 10px;
      border-radius: 0 0 3px 3px;
  }
  .ct-language__dropdown li:hover{
      background: #987f67;
      transform: scale(1.08);
  }
  .ct-language__dropdown:before{
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 8px;
      height: 0;
      border: 0 solid transparent;
      border-right-width: 8px;
      border-left-width: 8px;
      border-bottom: 8px solid #ab967d;
  }
  .ct-language{
    position: relative;
    background: transparent;
    color: #fff;
    list-style: none;
    cursor: pointer;
    
  }
  .ct-language:hover .ct-language__dropdown{
      max-height: max-content;
      padding-top: 8px;
      padding-bottom: 8px;
  }

  .VIpgJd-ZVi9od-ORHb{
    display: none;
  }


  